Skip to content

docs: add NodeTypeError and RoutingError to README error hierarchy#49

Merged
nathanjmcdougall merged 1 commit into
mainfrom
docs/readme-error-hierarchy
May 26, 2026
Merged

docs: add NodeTypeError and RoutingError to README error hierarchy#49
nathanjmcdougall merged 1 commit into
mainfrom
docs/readme-error-hierarchy

Conversation

@nathanjmcdougall
Copy link
Copy Markdown
Collaborator

Closes the gap noted in doc/todo/readme-missing-node-type-error.md.

NodeTypeError was added in v0.5.0 but never documented in the README hierarchy. RoutingError was just added in #48. Both are added here.

Before:

- PatchError
  - KeyExistsError
  - KeyMissingError

After:

- PatchError
  - KeyExistsError
  - KeyMissingError
  - RoutingError
  - NodeTypeError (PatchError + TypeError)

@nathanjmcdougall nathanjmcdougall merged commit 4346bae into main May 26, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant